home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / card / 00009_BackingCard.ls < prev    next >
Encoding:
Text File  |  2000-07-20  |  1.1 KB  |  24 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   puppetSound(1, "ClickSound")
  11. end
  12.  
  13. on mouseUp
  14.   if the platform = "Windows,32" then
  15.     alert("To see the backing card, open the file 'backingcard.pdf' in Acrobat Reader. You'll find the file in the root directory of the CD. If you haven't already installed Acrobat Reader, you can do so by clicking the Install Software link on the right-hand side of the page")
  16.   else
  17.     if the platform = "Windows,16" then
  18.       alert("To see the backing card, open the file 'backingcard.pdf' in Acrobat Reader. You'll find the file in the root directory of the CD. If you haven't already installed Acrobat Reader, you can do so by clicking the Install Software link on the right-hand side of the page")
  19.     else
  20.       alert("To see the backing card, open the file 'backingcard.pdf' in Acrobat Reader. You'll find the file in the root directory of the CD. If you haven't already installed Acrobat Reader, you can do so by clicking the Install Software link on the right-hand side of the page")
  21.     end if
  22.   end if
  23. end
  24.